@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&family=El+Messiri:wght@400;500;600;700&display=swap");
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}
body:lang(en) {
  direction: ltr;
  font-family: "Roboto";
}
body:lang(ar) {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

* {
  box-sizing: border-box;
}

@keyframes animate-bg-colors {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rotateY {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(120deg);
    -moz-transform: rotateY(120deg);
    -o-transform: rotateY(120deg);
    -ms-transform: rotateY(120deg);
    transform: rotateY(120deg);
  }
  80% {
    -webkit-transform: translateX(240deg);
    -moz-transform: translateX(240deg);
    -o-transform: translateX(240deg);
    -ms-transform: translateX(240deg);
    transform: translateX(240deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(360deg);
    -moz-transform: translateX(360deg);
    -o-transform: translateX(360deg);
    -ms-transform: translateX(360deg);
    transform: translateX(360deg);
  }
}
@keyframes moveBottomUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeBottomUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animateBackgroundImage {
  100% {
    background-position: 0px -3000px;
  }
}
button {
  outline: none !important;
  border: none;
}
button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
}

.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.whatsapp-color {
  color: limegreen !important;
}

.twitter-color {
  color: #1da1f2 !important;
}

.facebook-color {
  color: #3155a3;
}

.header-more-button {
  display: block;
  border: 1px solid #0c4058;
  border-radius: 5px;
  padding: 0.425rem 1.2rem;
  color: #0c4058;
  transition: all 0.4s;
  text-align: center;
}
.header-more-button:hover {
  color: #ffffff;
  background-color: #0c4058;
}

.bg-orange {
  background-color: #f48221 !important;
}

.bg-light-orange {
  background-color: #ec5b41;
}

.bg-light-grey {
  background-color: #f5f1f1;
}

.text-light-blue {
  color: #a8e3f5;
  text-decoration: underline;
}

.text-sky {
  color: #34a3d6;
}

.bg-blue {
  background-color: #112b72;
}

.text-start:lang(ar) {
  text-align: right;
}

.text-start:lang(en) {
  text-align: left;
}

.text-end:lang(ar) {
  text-align: left;
}

.text-end:lang(en) {
  text-align: right;
}

.rounded-danger-bg {
  background-color: #f32013;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.625rem 0.925rem;
}

.text-orange {
  color: #f48221 !important;
}

.text-smoke {
  color: #fcf1e8;
}

.path-bg-header {
  border-bottom: none;
  padding: 0.625rem 1.2rem;
  max-width: 250px;
  text-align: center;
}
.path-bg-header:lang(ar) {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.path-bg-header:lang(en) {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.extended-path-bg-header {
  border-bottom: 3px solid #0c4058;
}
.extended-path-bg-header h4 {
  position: relative;
  border-bottom: none;
  padding: 1rem 1.2rem;
  text-align: center;
  max-width: 240px;
  background-color: #0c4058;
  margin: auto;
}
.extended-path-bg-header h4:lang(ar) {
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}
.extended-path-bg-header h4:lang(en) {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

button {
  box-shadow: none !important;
  outline: none !important;
}

.comments .item {
  line-height: 1.5;
  transition: all 0.6s;
}
.comments .item .avatar {
  border: 1px solid #b9b8b8;
  border-radius: 50%;
}
.comments .item .text {
  max-width: 80%;
  min-height: 100%;
  background-color: #f5f0f0;
  border-radius: 25px;
  padding: 0.5rem 0.925rem;
  font-size: 0.825rem;
  transition: all 0.6s;
}

.add-comment-form {
  max-width: 900px;
}
.add-comment-form .avatar {
  border: 1px solid #b9b8b8;
  border-radius: 50%;
}
.add-comment-form textarea {
  height: 100%;
}
.add-comment-form button {
  display: block;
}

.gold-star {
  color: #ffdf01;
}

.empty-star {
  color: #dfd5d5;
}

.add-to-fav-icon {
  color: #efefef;
}

.added-to-fav-icon {
  color: #df2f2f;
}

.trainer-card {
  border: none;
}
.trainer-card .image {
  width: 100%;
  margin-bottom: 0.325rem;
}
.trainer-card .image img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #dad3d3;
  margin: auto;
}
.trainer-card .title {
  display: block !important;
  text-align: center;
}
.trainer-card .title .text {
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.trainer-card .title .text a {
  font-size: 1rem;
  font-weight: 700;
}
.trainer-card .title .specialization {
  font-size: 0.825rem;
  font-weight: 600;
  color: #8f8a8a;
}
.trainer-card .title .specialization {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.trainer-card .title .rating {
  font-size: 14px;
}
.trainer-card .title .rating .rate-value {
  color: #5a4e4e;
}

.consultant-card {
  border: 1px solid #dfdcdc;
  padding: 0.825rem 0.5rem;
  border-radius: 6px;
}
.consultant-card .image {
  width: 100%;
  margin-bottom: 0.325rem;
}
.consultant-card .image img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #dfdcdc;
  margin: auto;
}
.consultant-card .title {
  display: block !important;
  text-align: center;
}
.consultant-card .title .text {
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.consultant-card .title .text a {
  font-size: 1rem;
  font-weight: 700;
}
.consultant-card .title .specialization {
  font-size: 0.825rem;
  font-weight: 700;
  color: #8f8a8a;
}
.consultant-card .title .specialization {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.consultant-card .title .rating {
  font-size: 14px;
}
.consultant-card .title .rating .rate-value {
  color: #5a4e4e;
}
.consultant-card .title .brief {
  font-size: 0.825rem;
  font-weight: 600;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.consultant-card .title .meta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.825rem;
  width: 100%;
  max-width: 100%;
}
.consultant-card .title .meta .consult-count,
.consultant-card .title .meta .views {
  color: #06649b !important;
}
.consultant-card .title .reserve-consult-btn {
  display: block;
  width: 100%;
  background-color: #df2f2f;
  color: #ffffff;
  padding: 0.5rem 0.325rem;
  border-radius: 50px;
  transition: all 0.6s;
}
.consultant-card .title .reserve-consult-btn:hover {
  background-color: #ec4141;
}

#shareModal .modal-content .modal-header {
  background-color: #0c4058;
  border-bottom: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
}
#shareModal .modal-content .modal-body {
  text-align: center;
}
#shareModal .modal-content .modal-body a {
  font-size: 2rem;
  color: #f48221;
  transition: all 0.4s;
}
#shareModal .modal-content .modal-body a:hover {
  color: #e68536;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dropdown,
.custom-dropdown {
  z-index: 600 !important;
}

.owl-carousel {
  cursor: pointer;
}

.features-carousel .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #093b5cd2 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 768px) {
  .features-carousel .owl-next {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .features-carousel .owl-next {
    left: -4%;
  }
}
@media only screen and (min-width: 1200px) {
  .features-carousel .owl-next {
    left: -4%;
  }
}
@media only screen and (min-width: 1300px) {
  .features-carousel .owl-next {
    left: -10%;
  }
}
.features-carousel .owl-next span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}
.features-carousel .owl-prev {
  display: none !important;
}

.animate-page-logo {
  transition: all 1.5s;
  animation: animate-page-logo 1.5s linear;
}

.fade-mobile-in {
  transition: all 1s;
  animation: fade-mobile-in 2s linear;
}

.questions-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #ee8d54ab !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 576px) {
  .questions-carousel .owl-next {
    left: 0;
  }
}
@media only screen and (min-width: 576px) {
  .questions-carousel .owl-next {
    left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .questions-carousel .owl-next {
    left: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .questions-carousel .owl-next {
    left: -40px;
  }
}
@media only screen and (min-width: 1300px) {
  .questions-carousel .owl-next {
    left: -5px;
  }
}
.questions-carousel .owl-next span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}
.questions-carousel .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #ee8d54ab !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 576px) {
  .questions-carousel .owl-prev {
    right: 0;
  }
}
@media only screen and (min-width: 576px) {
  .questions-carousel .owl-prev {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .questions-carousel .owl-prev {
    right: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .questions-carousel .owl-prev {
    right: -40px;
  }
}
@media only screen and (min-width: 1300px) {
  .questions-carousel .owl-prev {
    right: -5px;
  }
}
.questions-carousel .owl-prev span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}

.services-carousel .owl-next {
  position: absolute;
  top: 45%;
  left: 0px;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #070d5ecb !important;
  color: #ffffff !important;
}
.services-carousel .owl-next span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}
.services-carousel .owl-prev {
  position: absolute;
  top: 45%;
  right: 0px;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #070d5ecb !important;
  color: #ffffff !important;
}
.services-carousel .owl-prev span {
  position: relative;
  bottom: 7px;
  font-size: 2rem;
}

@keyframes bubbleUpDown {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate-page-logo {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes fade-mobile-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-bottom-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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