* {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
}

button:focus {
  outline: 0 none;
}

img,
iframe {
  max-width: 100%;
}

html {
  height: 100%;
}

body {
  direction: rtl;
  text-align: right;
  font-family: 'Tajawal', 'sans serif';
  height: 100%;
  min-height: 100%;
}

.medium_font {
  font-weight: 500;
}

.bold_font {
  font-weight: 700;
}

.no_arrow:after {
  content: none;
}

.primary, article a {
  color: #09B1E8;
}

a.primary:hover, article a:hover {
  color: #078cb7;
  text-decoration: none;
}

.grey {
  color: #777;
}

.grey_icon {
  color: #aaa;
}

a:hover {
  text-decoration: none;
  color: #09B1E8;
}

.input_group {
  position: relative;
}

.input_group i {
  color: #09B1E8;
  position: absolute;
  left: .75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: .875rem;
}

.form_control {
  background-color: #EFEFEF;
  border: 1px solid #DDDDDD;
  display: block;
  width: 100%;
  color: #333;
  padding: .5rem 1rem;
  border-radius: .25rem;
  text-align: right;
}

.form_control:active, .form_control:focus {
  border-color: #09B1E8;
}

.form_control.transparent {
  background: transparent;
}

.form_control.small_control {
  padding: .25rem 1rem;
}

.checkbox_custom {
  position: relative;
  display: inline-flex;
}

.checkbox_custom input {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
}

.checkbox_custom span {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
}

.checkbox_custom span:before {
  content: '\f00c';
  font-family: 'font awesome 5 pro';
  font-weight: 900;
  color: #09B1E8;
  opacity: 0;
}

.checkbox_custom input:checked ~ span {
  border-color: #09B1E8;
}

.checkbox_custom input:checked ~ span:before {
  opacity: 1;
}

.checkbox_custom::selection {
  background-color: transparent;
}

.checkbox_custom.check_tab span {
  width: inherit;
  height: inherit;
  padding: .5rem .75rem;
  background: #f3f3f3;
  border-radius: .25rem;
  border: 1px solid #eee;
  font-size: 1rem;
}

.checkbox_custom.check_tab span:before {
  content: none;
}

.checkbox_custom.check_tab input:checked ~ span {
  background: #09B1E8;
  color: #fff;
}

.checkbox_custom.radio span {
  border-radius: 50%;
}

.checkbox_custom.radio span:before {
  content: '';
  width: .75rem;
  height: .75rem;
  display: inline-block;
  border-radius: 50%;
  background: #09B1E8;
}

.select2-container {
  flex: 1;
}

.select2-container .select2-selection--single {
  border: 2px solid #E6E6E6;
  border-radius: .25rem 0 0 .25rem;
  background: #EFEFEF;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  left: .25rem;
}

.select2-search--dropdown .select2-search__field {
  text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 .75rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #09B1E8;
}

.custom_dropfile {
  color: #aaa;
  padding: 2rem 0;
  text-align: center;
  position: relative;
  font-weight: 500;
  border: 2px dashed rgba(207, 207, 207, 0.867);
}

.custom_dropfile span:last-of-type {
  font-size: 1.25rem;
}

.custom_dropfile input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
}

.remove_dropfile {
  color: #fc3a3a;
  font-weight: 500;
}

.main_btn {
  background-color: #09B1E8;
  padding: .5rem .75rem;
  color: #fff;
  border-radius: .25rem;
  transition: 0.25s ease-in-out;
  text-align: center;
}

.main_btn:hover {
  background: #078cb7;
  color: #fff;
  text-decoration: none;
}

.main_btn.secondary {
  background: #A6A6A6;
}

.main_btn.secondary:hover {
  background: #8d8d8d;
}

.main_btn.btn_md {
  min-width: 6.25rem;
  font-size: 1.125rem;
}

.main_btn.btn_lg {
  min-width: 8.125rem;
  font-size: 1.125rem;
}

.main_btn.btn_sm {
  padding: .25rem;
}

.main_btn.danger {
  background-color: #ff8787;
  color: #ffffff;
}

.swal2-styled.swal2-confirm {
  background-color: #09B1E8 !important;
}

.transparent_btn {
  border: 1px solid #09B1E8;
  color: #09B1E8;
  display: inline-block;
  border-radius: .25rem;
  transition: 0.25s ease-in-out;
  padding: .5rem .75rem;
  text-align: center;
}

.icon_btn {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  font-size: .75rem;
}

.icon_btn.danger {
  background-color: #ffd0d0;
  color: #df5656;
}

.icon_btn.edit {
  background-color: #a3daff;
  color: #2675ab;
}

.small_font {
  font-size: .875rem;
  font-weight: 500;
}

.modal .close {
  font-size: 2rem;
  color: #aaa;
}

.dropdown-menu {
  text-align: right;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #09B1E8;
}

.custom_tabs {
  border: 1px solid #ddd;
  background: #F2F2F2;
  border-radius: .25rem;
}

.custom_tabs .nav-link {
  border: 1px solid transparent;
  border-left-color: #ddd;
  color: #333;
  font-weight: 500;
}

.custom_tabs .nav-link.active {
  border-color: #09B1E8;
  border-left: 0 none;
  background: #09B1E8;
  color: #fff;
  border-radius: 0;
}

[data-notify=dismiss] {
  left: .75rem;
  right: auto !important;
}

header {
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  left: 0;
  transition: 0.25s ease-in-out;
  transform-origin: -100% 0%;
}

header .navbar {
  padding: 0;
  align-items: stretch;
}

header .navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

header img {
  width: 100px;
}

header .nav-link {
  color: #333;
  margin-left: 1rem;
}

header .nav-link i {
  font-size: .875rem;
  color: #a9a9a9;
  margin-left: .25rem;
}

header .navbar-brand {
  position: relative;
  margin-right: 0;
}

header .navbar-brand:before {
  content: '';
  width: 100%;
  background: #fff;
  height: 120%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0 0 1rem 1rem;
}

header .navbar_btn {
  position: relative;
  color: #fff;
  position: relative;
  height: 100%;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-weight: 500;
  min-width: 90px;
}

header .navbar_btn:before {
  content: '';
  background: #09B1E8;
  position: absolute;
  height: 100%;
  width: 110%;
  z-index: -1;
  transform: skewX(-20deg);
  left: 0;
  transition: 0.25s ease-in-out;
  border-radius: 0 0 .5rem .5rem;
}

header .navbar_btn:hover:before {
  background: #089ecf;
}

header .navbar_btn.green:before {
  content: '';
  background: #22E4AC;
}

header .navbar_btn.dark_green:before {
  background: #26977c;
}

header .navbar_btn.order_btn {
  margin-left: -.8rem;
}

header.pinned {
  position: fixed !important;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  transform: scaleY(1);
}

header.unpinned {
  position: fixed !important;
  transform: scaleY(0);
}

header.pinning-top {
  position: absolute !important;
}

.dropdown-toggle::after {
  border-top-color: #a9a9a9;
}

.dropdown-menu {
  padding: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(1rem);
  transition: 0.25s ease-in-out;
}

.dropdown-item {
  color: #777;
  font-size: .875rem;
  padding: .75rem;
  border-bottom: 1px solid #e3e3e3;
}

.gradient_btn {
  background: linear-gradient(180deg, #22E4AC 0%, #09B1E8 100%);
}

.header2 {
  height: 250px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  text-align: center;
}

.header2:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  padding-left: .5rem;
}

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

.preloader {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader img {
  animation: rotate infinite 1.5s ease-in-out;
}

.preloader h3 {
  color: #999;
}

.paragraph {
  line-height: 2rem;
}

.single_slide {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center center;
  background-size: cover;
}

.single_slide .slide_caption {
  background: rgba(0, 0, 0, 0.7) url(../imgs/slider.png);
  color: #fff;
}

.sc_title {
  position: relative;
  padding-right: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
}

.sc_title:before, .sc_title:after {
  content: '';
  background: linear-gradient(180deg, #22E4AC 0%, #09B1E8 100%);
  width: .375rem;
  height: 100%;
  position: absolute;
  right: 0;
  display: inline-block;
}

.sc_title:after {
  content: none;
}

.sc_title.centered:after {
  content: '';
  left: -1rem;
  right: auto;
}

.vid_desc {
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  padding: 3rem 1rem;
  border-radius: 1rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .vid_desc {
    width: 120%;
  }
}

.img_section {
  background-position: left;
  background-size: 45%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .img_section {
    background-size: 0%;
  }
}

.section_features {
  background: #F2FCFF;
}

.feature_block {
  display: flex;
  align-items: flex-start;
}

.feature_block img {
  min-width: 4rem;
}

.feature_block h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #078cb7;
}

.programs_section {
  background-position: right;
  background-size: 45%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .programs_section {
    background-size: 0%;
  }
}

.video_section img {
  height: 450px;
}

.small_news {
  display: flex;
  margin-bottom: 1.5rem;
  border: 1px solid #ddd;
  padding: .5rem;
  position: relative;
}

.small_news img {
  width: 89px;
  margin-left: .5rem;
  object-fit: cover;
}

.small_news h3 {
  font-size: .875rem;
}

.small_news h3 a {
  color: inherit;
  transition: 0.25s ease-in-out;
}

.small_news h3 a:hover {
  color: #09B1E8;
}

.small_news p {
  color: #777;
  margin-bottom: 0;
}

.small_news:before {
  content: '';
  background-color: #09B1E8;
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
}

.big_news {
  border: 1px solid #ddd;
}

.big_news h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: .5rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.big_news h3 a {
  color: inherit;
}

.big_news .big_cover {
  position: relative;
}

.big_news .big_cover span {
  position: absolute;
  background: linear-gradient(180deg, #22E4AC 0%, #09B1E8 100%);
  top: .5rem;
  left: 0;
  color: #fff;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.big_news .big_cover img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.big_news a {
  transition: 0.25s ease-in-out;
}

.big_news a:hover {
  color: #09B1E8;
}

.testi_slide {
  border: 1px solid #DEDEDE;
  border-radius: .5rem;
  position: relative;
  padding: 1.5rem 1rem;
}

.testi_slide i {
  font-size: 2.5rem;
  color: #09B1E8;
  margin-bottom: 1rem;
}

.testi_slide .user_quote {
  font-size: .875rem;
  line-height: 1.5rem;
  color: #777;
}

.testi_slide .testi_user {
  font-size: 1rem;
}

.testi_slide img {
  position: absolute;
  bottom: -1rem;
  width: 70px !important;
  height: 70px;
  object-fit: cover;
  border: 1px solid #09B1E8;
  border-radius: 50%;
}

#testimonial .owl-stage-outer {
  padding-bottom: 1rem;
}

.counter_section {
  background: #F2FCFF;
  padding: 3.5rem 0;
}

.counter_section .myCounter {
  background-image: url("../imgs/polygon.png");
  background-size: contain;
  margin-bottom: 1rem;
  text-align: center;
  min-width: 150px;
  min-height: 150px;
  line-height: 150px;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #09B1E8;
}

.counter_section h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.partner_img {
  width: 200px !important;
}

footer {
  color: #fff;
  background: #095168 url("../imgs/footer.png");
  padding: 3rem 0 0;
  background-position: right bottom;
  background-size: 45%;
  background-repeat: no-repeat;
}

footer a {
  display: block;
  color: #fff;
  margin-bottom: 1rem;
  transition: 0.25s ease-in-out;
  position: relative;
  right: 0;
}

footer a:before {
  content: '\f053';
  font-weight: 900;
  font-family: 'font awesome 5 pro';
  display: inline-block;
  margin-left: .5rem;
  font-size: .875rem;
}

footer a:hover {
  right: .5rem;
  color: #2dc5f7;
}

.footer_social a {
  color: #fff;
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1.25rem;
  position: relative;
}

.footer_social a:before {
  content: none;
}

.copyrights {
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: .5rem;
}

.fixed_whatsapp {
  position: fixed;
  left: 1rem;
  bottom: 5%;
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 50%;
  background: #15c541;
  box-shadow: 0 0 1rem rgba(21, 197, 65, 0.7);
  text-align: center;
  transition: 0.25s ease-in-out;
}

.fixed_whatsapp:hover {
  transform: scale(1.05);
  color: #fff;
}

@media (max-width: 768px) {
  .fixed_whatsapp {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
  }
}

#home_slider .owl-item.active .slide_caption {
  animation: fadeInUp 1s ease-in-out;
}

#home_slider .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 240px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -240px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.cart_item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.cart_item:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.cart_item img {
  width: 4rem;
  height: 4rem;
}

.modal_search {
  position: relative;
  width: 100%;
}

.modal_search input {
  width: 100%;
}

.modal_search button {
  position: absolute;
  left: 0;
}

#menu_modal .navbar_btn {
  display: block;
  padding: .75rem 1rem;
  background: #09B1E8;
  color: #fff;
  font-weight: 500;
}

#menu_modal .navbar_btn.green {
  background: #22E4AC;
}

#menu_modal .navbar_btn.dark_green {
  background: #26977c;
}

#menu_modal #my-nav {
  display: block !important;
}

#menu_modal .navbar-nav {
  margin: 0 !important;
}

#menu_modal .topbar_menu {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  display: block !important;
}

#menu_modal .dropdown-menu {
  display: none;
  opacity: 1;
  visibility: visible;
}

#menu_modal .dropdown-menu.show {
  display: block;
}

#menu_modal .dropdown {
  position: relative;
}

#menu_modal .dropdown > a:after {
  content: '\f053';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: .75rem;
  font-size: .75rem;
  color: #aaa;
  border: 0 none;
}

#menu_modal .navbar-nav a {
  padding: .75rem 1rem !important;
  display: block;
  width: 100%;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-weight: 300 !important;
}

#menu_modal .navbar-nav a i {
  color: #a9a9a9;
  margin-left: .5rem;
  text-align: center;
  width: 1.25em;
}

#menu_modal .navbar-nav a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

article {
  font-size: .875rem;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
}

article h1 {
  font-size: 1.5rem;
}

article h2 {
  font-size: 1.25rem;
}

article h3 {
  font-size: 1rem;
}

article h4 {
  font-size: 1rem;
}

article blockquote {
  background: #f2fbfe;
  padding: 1rem 1.5rem;
  font-style: italic;
  border-right: 1px solid #09B1E8;
}

article a {
  position: relative;
  display: inline-block;
}

article a:before {
  content: '';
  position: absolute;
  bottom: -.1rem;
  right: 0;
  background-color: #09B1E8;
  width: 100%;
  height: 1px;
}

.user_card {
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  border-bottom: 3px solid #09B1E8;
}

.user_card .user_img {
  position: relative;
  padding: 2rem 0;
}

.user_card .user_img:before {
  content: '';
  background: linear-gradient(180deg, #22E4AC 0%, #09B1E8 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.user_card .user_img img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-bottom: -5rem;
}

.user_card h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 4rem;
}

.user_card p {
  color: #777;
}

.block_content {
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.side_block .side_cats a {
  display: block;
  color: #999;
  padding: .5rem 1rem;
  border-bottom: 1px solid #ddd;
  font-size: .875rem;
}

.side_block {
  border-radius: .25rem;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.social_link {
  padding: .25rem .5rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  margin-left: .5rem;
}

.social_link.fb {
  background: #3b5998;
  border: 1px solid #344e86;
}

.social_link.tw {
  background: #00aced;
  border: 1px solid #0099d4;
}

.social_link.linked {
  background: #007bb6;
  border: 1px solid #006a9d;
}

.social_link.pin {
  background: #cb2027;
  border: 1px solid #b51d23;
}

.gallery_img {
  height: 180px;
  object-fit: cover;
}

[data-fancybox=gallery] {
  position: relative;
  display: block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

[data-fancybox=gallery]:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

[data-fancybox=gallery] i {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  transition: 0.25s ease-in-out;
  visibility: hidden;
}

[data-fancybox=gallery]:hover i, [data-fancybox=gallery]:hover:before {
  visibility: visible;
  opacity: 1;
}

.login_wrapper {
  box-shadow: 0 0 .5rem #0000001A;
  border-radius: .5rem;
  position: relative;
}

.bg_login {
  background: #F9F9F9;
}

.login_details {
  padding: 2.5rem;
}

.login_details img {
  width: 82px;
}

@media (max-width: 768px) {
  .login_wrapper {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .login_wrapper {
    top: 50%;
    transform: translateY(-50%);
  }
}
/*# sourceMappingURL=main.css.map */