@font-face {
  font-family: "Byekan";
  src: local("?"), url("../fonts/BYekan.ttf") format("truetype");
}
@font-face {
  font-family: "Samim";
  src: local("?"), url("../fonts/Samim.ttf") format("truetype");
}
body {
  direction: rtl;
  font-family: "Samim";
  background-color: white;
  transition: background-color 0.5s;
  scrollbar-width: thin;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

header nav {
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 768px) {
  header nav .offcanvas {
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .small-logo {
    display: none;
  }
}

header .nav-link {
  color: #444;
}
header .nav-link:hover, header .nav-link:active, header .nav-link:focus {
  color: #0063b0;
}

.search-box {
  position: relative;
}
.search-box .btn {
  position: absolute;
  left: 0;
}

.navbar-brand .fa {
  width: 135px;
}
.navbar-brand .en {
  width: 50px;
}

header .search-box input {
  height: 40px;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
}
header .search-box i {
  color: #2a6ac9;
  font-size: 18px;
  font-weight: bold;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  text-align: right;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

#carouselExampleIndicators {
  box-shadow: 0px 2px 4px #ccc;
  z-index: 1;
}

.course-explain {
  background-image: url(../img/bg-pattern1.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  padding: 90px 0;
  position: relative;
}
.course-explain .gradient-text {
  background: -webkit-linear-gradient(360deg, #1a57ac 0%, #a91d90 45%, #d93666 60%, #f47e24 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course-explain h1 {
  color: #404040;
  font-weight: bold;
  font-family: sans-serif;
}
.course-explain p {
  line-height: 33px;
  text-align: justify;
}
.course-explain .free-btn {
  position: absolute;
  top: 0;
  background: #71bd2b;
  padding: 5px 25px;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 3px 2px #ccc;
}
.course-explain .social-media {
  text-align: center;
}
@media (max-width: 768px) {
  .course-explain .social-media {
    margin-bottom: 80px;
  }
}
.course-explain .social-media p {
  text-align: center;
  margin-top: 13px;
}
.course-explain .social-media .btn1 {
  left: 100px;
  top: 15px;
}
.course-explain .social-media .btn2 {
  left: 150px;
  top: 15px;
}
.course-explain .social-media .follow-us {
  background: #1d5fbf;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  transform: rotate(-3deg);
  transition: all 0.2s ease-in;
  position: relative;
}
.course-explain .social-media .follow-us:hover {
  transform: rotate(0deg);
}
.course-explain .social-media .follow-us img {
  position: absolute;
  right: -5px;
  top: -30px;
}
.course-explain .social-btn {
  background: #1d5fbf;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  padding: 0 7px;
  outline: #1d5fbf solid 3px;
  outline-offset: 1px;
  margin-left: 8px;
}
.course-explain .social-btn i {
  vertical-align: sub;
  font-size: 22px;
}

@media (max-width: 768px) {
  .sign-in h5 {
    font-size: 1rem;
  }
}

.sign-in-btn {
  padding: 5px 35px;
  border-radius: 30px;
  color: #fff;
  transition: all 0.2s ease-in;
  font-family: "Byekan";
  font-size: 1.2rem;
  background: linear-gradient(100deg, #3250a5 0%, #a51e90 90%);
}
.sign-in-btn:hover {
  margin-top: -10px;
  box-shadow: 0 2px 3px #eee;
  color: #fff;
}

.robatic-videos {
  background: linear-gradient(108deg, #3250a5 0%, #a51e90 40%, #e65652 90%);
  padding: 50px 0;
}
@media (max-width: 980px) {
  .robatic-videos .container {
    max-width: 100%;
  }
}
.robatic-videos h5 {
  line-height: 32px;
}
.robatic-videos .carousel-control-prev {
  position: absolute;
  top: 30%;
  background: #cdcdcd;
  left: -55px;
}
@media (max-width: 980px) {
  .robatic-videos .carousel-control-prev {
    position: unset;
  }
}
.robatic-videos .carousel-control-prev i {
  font-size: 18px;
}
.robatic-videos .carousel-control-next {
  position: absolute;
  top: 30%;
  background: #cdcdcd;
  right: -55px;
}
@media (max-width: 980px) {
  .robatic-videos .carousel-control-next {
    position: unset;
  }
}
.robatic-videos .carousel-control-next i {
  font-size: 18px;
}

@media (max-width: 980px) {
  .multi-carousel {
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  .multi-carousel-item {
    width: 50% !important;
  }
}
@media (max-width: 700px) {
  .multi-carousel-item {
    width: 100% !important;
  }
}
.multi-carousel-item img {
  transition: all 0.1s ease;
}
.multi-carousel-item .card-link:hover img {
  border: 2px solid #d363a9;
}
.multi-carousel-item .card-img-top {
  border-radius: 15px;
}
.multi-carousel-item .card {
  box-shadow: none;
  background-color: transparent;
  position: relative;
}
.multi-carousel-item .card i {
  position: absolute;
  top: 80px;
  right: 43%;
  font-size: 2.8rem;
  opacity: 0.5;
  color: #fff;
  transition: all 0.2s ease;
}
.multi-carousel-item .card-link:hover i {
  opacity: 1;
}
.multi-carousel-item .card-body {
  padding: 15px !important;
  text-align: right;
}
.multi-carousel-item span {
  color: #fff;
  font-size: 0.8rem !important;
}
.multi-carousel-item p {
  color: #fff;
  font-size: 0.8rem !important;
  line-height: 27px;
}
.multi-carousel-item .name {
  font-weight: bold;
}

.articles {
  background-image: url(../img/bg-pattern2.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 990px) {
  .articles {
    background-size: inherit;
  }
}
.articles img {
  height: 180px;
}
.articles .card-body {
  padding: 15px;
}
.articles h6 {
  line-height: 29px;
}
.articles .card-text {
  font-size: 0.9rem;
  text-align: justify;
}
.articles .card-link {
  color: #fff;
}

.bgColor1 {
  background-color: #f57921;
}

.bgColor2 {
  background-color: #003d7c;
}

.bgColor3 {
  background-color: #cc3399;
}

.bgColor4 {
  background-color: #505050;
}

.footer {
  background-color: #efefef;
  padding: 80px 0 80px 0;
}
@media (max-width: 980px) {
  .footer img {
    margin-bottom: 15px;
  }
}
.footer h5 {
  text-align: left;
}
@media (max-width: 980px) {
  .footer h5 {
    text-align: right;
  }
}
.footer .social-btn {
  background: #1d5fbf;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  padding: 0 7px;
}
.footer .social-btn i {
  vertical-align: sub;
  font-size: 17px;
}
.footer .last {
  text-align: left;
}
@media (max-width: 980px) {
  .footer .last {
    text-align: right;
  }
}

.modal .modal-dialog {
  max-width: 600px;
}
.modal .modal-content {
  background-color: transparent;
  box-shadow: none;
}
.modal .modal-color {
  background: linear-gradient(108deg, #3250a5 0%, #a51e90 40%, #e65652 90%);
}
.modal .btn-close {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #fff !important;
}
.modal form {
  padding: 45px 20px;
}
@media (max-width: 768px) {
  .modal form {
    padding: 0;
  }
}
.modal form input {
  border-radius: 30px;
}
.modal input::-webkit-input-placeholder {
  color: #b3c1e0;
  font-size: 0.8rem;
  text-align: center;
}
.modal input:-moz-placeholder {
  color: #b3c1e0;
  font-size: 0.8rem;
}
.modal .form-btn {
  color: #766ce7;
  padding: 5px 30px;
  border-radius: 30px;
  border: 0;
  margin: 0 auto;
  display: block;
}
.modal p {
  line-height: 22px;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}

.banner .container-fluid {
  padding: 0;
  overflow: hidden;
}

.employee {
  background-size: auto;
}
.employee .title {
  padding: 70px 0;
  font-weight: bold;
}
.employee .manager {
  text-align: center;
  justify-content: center;
}
.employee .manager .manager-info {
  padding: 20px;
}
.employee .manager img {
  border-radius: 15px;
}
.employee .teachers {
  display: flex;
}
@media (max-width: 768px) {
  .employee .teachers {
    display: block;
  }
}

.competition {
  background: url(../img/bg-pattern3.jpg);
  background-repeat: repeat-y;
  padding-top: 70px;
}
.competition h2 {
  font-weight: bold;
}
.competition ul {
  list-style-type: none;
  padding-top: 30px;
  padding-left: 0;
  text-align: justify;
  font-size: 0.94rem;
}
.competition ul > li:before {
  content: "-";
  text-indent: -5px;
  padding-left: 7px;
}
.competition img {
  border: 8px solid #c5c4c466;
  border-radius: 15px;
}
.competition p {
  text-align: justify;
}
.competition button span {
  padding: 2px 8px;
  border-radius: 50%;
  background: #ffffff85;
}
.competition button span i {
  color: #fff;
  vertical-align: sub;
}
.competition .carousel-control-next {
  right: -35px;
}
@media (max-width: 980px) {
  .competition .carousel-control-next {
    right: 0;
  }
}
.competition .carousel-control-prev {
  left: -35px;
}
@media (max-width: 980px) {
  .competition .carousel-control-prev {
    left: 0;
  }
}

.pb-7 {
  padding-bottom: 70px;
}

.education {
  background: url(../img/bg-pattern2.jpg);
  background-repeat: repeat-y;
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: cover;
}

.rali-course {
  background: #b91c89;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.sign-in-btn2 {
  padding: 5px 35px;
  border-radius: 30px;
  color: #fff;
  transition: all 0.2s ease-in;
  font-family: "Byekan";
  font-size: 1.2rem;
  background: linear-gradient(0deg, #0055ff 0%, #3dabff 100%);
}
.sign-in-btn2:hover {
  margin-top: -10px;
  box-shadow: 0 2px 3px #eee;
  color: #fff;
}

.yellow {
  background-color: #faa61a;
}

@media (max-width: 768px) {
  .order2 {
    order: 2;
  }
}

@media (max-width: 768px) {
  .order1 {
    order: 1;
  }
}

.dashboard {
  margin-left: 0;
  margin-right: 0;
}
.dashboard .profile {
  text-align: center;
}
.dashboard .profile a {
  width: 130px;
  height: 130px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
}
.dashboard #sidebar-container {
  min-height: 90vh;
  height: 130vh;
  background-color: #fff;
  padding: 0 30px;
  text-align: right;
  box-shadow: 0 1px 3px 2px #edebeb;
  border-left: 1px solid #dbdbdb;
  width: 230px;
  font-family: "samim";
}
.dashboard #sidebar-container .list-group a {
  padding: 15px 10px;
  color: #444;
  font-size: 15px;
  background-color: #fff;
}
.dashboard .sidebar-collapsed {
  width: 60px;
}
.dashboard .list-group {
  padding-right: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  border-radius: 0;
}
.dashboard .list-group-item {
  border: 0 !important;
}
.dashboard .navbar .nav-item .nav-link {
  color: #fff !important;
}

/* Menu item*/
.dashboard #sidebar-container .dashboard .list-group a:hover,
.dashboard .list-group a:active, .dashboard .list-group a:focus, .dashboard .list-group a.active {
  background-color: #f3f3f3 !important;
}

.dash-content {
  background-color: #f4f4f4;
  padding: 0;
}
@media (max-width: 768px) {
  .dash-content .container {
    padding-top: 20px !important;
  }
}
.dash-content .res-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.9rem;
  display: none;
}
@media (max-width: 768px) {
  .dash-content .res-menu {
    display: flex;
  }
}
.dash-content .res-menu i {
  font-size: 1.2rem;
}
.dash-content ul {
  list-style-type: none;
}
.dash-content ul li {
  padding: 3px 10px;
}
.dash-content .info {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .dash-content .info {
    display: block !important;
  }
}
.dash-content .info span {
  display: block;
}
.dash-content .gradient {
  height: 220px;
  background: linear-gradient(108deg, #3250a5 0%, #a51e90 40%, #e65652 90%);
}
.dash-content .gradient .profile {
  display: none;
}
@media (max-width: 768px) {
  .dash-content .gradient .profile {
    display: block;
    color: #fff;
  }
}
.dash-content h5 {
  font-weight: bold;
}
.dash-content .dash-col {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #bfbfbf;
  min-height: 180px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .dash-content .dash-col {
    padding: 10px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
