﻿@charset "UTF-8";
.profile-img-ofline::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #e5e5e5;
  right: 4px;
  bottom: 11px;
  border-radius: 50%; }

a {
  color: inherit; }

.text-blue {
  color: #1877E2 !important; }

.text-lightGray {
  color: #a7a9ac !important; }

.text-mBlue {
  color: #2360D7 !important; }

testimonial
.text-darkBlue {
  color: #212353 !important; }

.bg-lightGray {
  background: #a7a9ac; }

.bg-blue {
  background-color: #1877E2 !important; }

.bg-blueG {
  background: linear-gradient(50deg, #1877E2 0%, #72a2fd 100%) !important; }

.bg-darkBlue {
  background-color: #212353 !important; }

.text-darkBlue {
  color: #212353 !important; }

ul {
  list-style-type: none;
  padding-right: 0; }

.fit-none {
  object-fit: none !important; }
  @media only screen and (max-width: 991px) {
    .fit-none {
      object-fit: unset !important; } }

#pt-img {
  padding-top: 9rem !important; }

@font-face {
  font-family: "sahel";
  src: url("../fonts/Sahel.woff") format("woff"); }

@font-face {
  font-family: "sahel-bold";
  src: url("../fonts/Sahel-Bold.woff") format("woff"); }

html {
  scroll-behavior: smooth; }

body {
  background: #E5E5E5;
  font-family: sahel-bold;
  direction: rtl;
  text-align: right;
  color: #212353; }

.scroll5::-webkit-scrollbar {
  width: 15px; }

.scroll5::-webkit-scrollbar-thumb {
  background: #212353; }

.scroll5::-webkit-scrollbar-track {
  background: #ddd; }

.scroll5::-webkit-scrollbar-button {
  background: #212353;
  height: 15px;
  border-radius: 50%; }

.scroll-M::-webkit-scrollbar {
  width: 3px; }

.scroll5-M::-webkit-scrollbar-thumb {
  background: #212353; }

.scroll5-M::-webkit-scrollbar-track {
  background: #ddd; }

.scroll5-M::-webkit-scrollbar-button {
  background: #212353;
  height: 15px;
  border-radius: 50%; }

::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #1877E2; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a7a9ac; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.rounded {
  border-radius: 15px !important; }

ol {
  list-style: arabic-indic !important;
  list-style-position: inside !important; }

​
ul li {
  margin-bottom: 5px;
  list-style-position: inside !important; }

.mask {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  background: #1877E2;
  opacity: 0.7; }

.btn.bg-blue, button.bg-blue {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }
  .btn.bg-blue.btn-rounded, button.bg-blue.btn-rounded {
    color: white;
    font-family: sahel-bold;
    font-size: 15px; }
    @media only screen and (max-width: 768px) {
      .btn.bg-blue.btn-rounded, button.bg-blue.btn-rounded {
        width: 86% !important;
        font-size: 13px; }
        .btn.bg-blue.btn-rounded.btn-block, button.bg-blue.btn-rounded.btn-block {
          width: 100% !important; } }
    .btn.bg-blue.btn-rounded:hover, button.bg-blue.btn-rounded:hover {
      background: transparent !important;
      border: 1px solid #1877E2 !important;
      color: #1877E2 !important; }

.btn:not(.bg-blue).btn-rounded, button:not(.bg-blue).btn-rounded {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }
  .btn:not(.bg-blue).btn-rounded.border, button:not(.bg-blue).btn-rounded.border {
    color: #1877E2;
    font-family: sahel-bold;
    border: 1px solid #1877E2 !important;
    background: transparent !important;
    font-size: 15px; }
    @media only screen and (max-width: 768px) {
      .btn:not(.bg-blue).btn-rounded.border, button:not(.bg-blue).btn-rounded.border {
        width: 86% !important;
        font-size: 13px; } }
    .btn:not(.bg-blue).btn-rounded.border:hover, button:not(.bg-blue).btn-rounded.border:hover {
      color: white !important;
      border: 0;
      background: #1877E2 !important; }

.btn.bg-darkBlue, button.bg-darkBlue {
  height: 42px; }
  .btn.bg-darkBlue:hover, button.bg-darkBlue:hover {
    background-color: #2f3280 !important; }

.plan .choose-btn, .plan a {
  border-radius: 20px;
  border: 3px solid #a7a9ac;
  padding: 10px 15px;
  background: transparent;
  width: 100%;
  color: #212353;
  margin-bottom: 8px;
  height: 77px;
  box-sizing: border-box;
  filter: drop-shadow(0px 5px 5px rgba(75, 93, 104, 0.1)); }
  .plan .choose-btn span, .plan a span {
    font-size: 16px; }
    .plan .choose-btn span.small, .plan a span.small {
      font: 12px sahel;
      margin-top: 12px; }
  .plan .choose-btn.select-btn, .plan a.select-btn {
    border-color: #2360D7; }
  .plan .choose-btn div, .plan a div {
    margin-bottom: 8px !important; }
  @media screen and (max-width: 990.9px) and (min-width: 768.1px) {
    .plan .choose-btn span, .plan a span {
      font-size: 13px; }
    .plan .choose-btn small, .plan a small {
      font-size: 12px; } }

.plan a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px; }

@media only screen and (max-width: 768px) {
  .btn-more a {
    width: 86% !important; } }

.more {
  position: relative; }
  .more:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    opacity: 0;
    top: 2px;
    right: 0px;
    transition: 0.5s;
    color: #212353; }
  .more:hover:after {
    opacity: 1;
    right: -18px; }

.font-sahel {
  font-family: sahel !important; }

/**{
    padding:0;
    margin:0;
}*/
.breadcrumb {
  list-style: none !important; }
  .breadcrumb .breadcrumb-item {
    color: #797979 !important;
    font-size: 12px;
    color: #797979;
    padding: 0 5px; }
    .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      padding: 0 0.5rem !important; }
    .breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item i {
      color: #797979 !important; }
    .breadcrumb .breadcrumb-item.active {
      color: #1877E2 !important; }

.shopping-cart {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 991px) {
    .shopping-cart {
      position: absolute;
      left: 19px;
      top: 20px; } }
  .shopping-cart div {
    position: relative; }
    .shopping-cart div .fa-shopping-cart {
      font-size: 20px;
      color: #a7a9ac; }
    .shopping-cart div .badge {
      position: absolute;
      top: -10px;
      top: -16px;
      right: -18px;
      padding: .5em .8em; }
      @media only screen and (max-width: 1400px) {
        .shopping-cart div .badge {
          padding: .25em .4em; } }

.profile-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #a7a9ac;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .profile-img::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #14ff14;
    right: 4px;
    bottom: 11px;
    border-radius: 50%; }
  .profile-img.offline::before {
    background: #797979; }
  .profile-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.rating-sec .rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0px; }
  .rating-sec .rating span {
    color: #212353;
    margin-left: 20px;
    width: 110px;
    font-size: 15px; }
    @media only screen and (max-width: 991px) {
      .rating-sec .rating span {
        width: 91px;
        font-size: 13px;
        margin-bottom: 3px; } }

.rating-sec .rating > input {
  display: none; }

.rating-sec .rating label {
  position: relative;
  width: 1em;
  color: #FFD600;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 30px !important; }
  @media only screen and (max-width: 768px) {
    .rating-sec .rating label {
      font-size: 23px !important; } }

.rating-sec .rating label::before {
  content: "\2605";
  position: absolute;
  opacity: 0; }

.rating-sec .rating label:hover:before,
.rating-sec .rating label:hover ~ label:before {
  opacity: 1 !important; }

.rating-sec .rating input:checked ~ label:before {
  opacity: 1; }

.rating-sec .rating:hover input:checked ~ label:before {
  opacity: 0.4; }

.arrow-down {
  position: absolute;
  bottom: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: calc(50% - 59px);
  border: 1px dashed;
  background: #E5E5E5; }
  @media only screen and (max-width: 768px) {
    .arrow-down {
      width: 74px;
      height: 74px;
      right: calc(50% - 38px);
      bottom: 14px; } }

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 866px; } }

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 92%; } }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px; } }

.header-title {
  color: #2360D7;
  padding-right: 30px;
  display: flex;
  justify-content: center; }
  .header-title h4, .header-title h5 {
    position: relative; }
    .header-title h4::before, .header-title h5::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 33px;
      background: #2360D7;
      border-radius: 15px;
      right: -15px;
      top: -2px; }
    .header-title h4::before, .header-title h5::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 33px;
      background: #2360D7;
      border-radius: 15px;
      right: -15px;
      top: -2px; }
  .header-title h4::before {
    top: 7px; }
  @media only screen and (max-width: 768px) {
    .header-title {
      padding-right: 10px; }
      .header-title h4 {
        font-size: 18px; }
        .header-title h4::before {
          width: 4px !important;
          height: 28px !important;
          top: -4px !important; }
      .header-title h5 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5 !important; }
        .header-title h5::before {
          width: 4px !important;
          height: 40px !important;
          top: -11px !important;
          right: -14px; } }

.md-tabs {
  border-radius: unset !important;
  box-shadow: unset !important; }
  @media only screen and (max-width: 768px) {
    .md-tabs {
      display: flex;
      justify-content: space-between; } }
  .md-tabs .nav-link {
    width: fit-content;
    color: #1877E2; }
    @media only screen and (max-width: 768px) {
      .md-tabs .nav-link {
        font-size: 13px; } }
    .md-tabs .nav-link.active {
      background: #212353 !important;
      color: white !important;
      padding: 5px 25px !important;
      border-radius: 50px; }
      @media only screen and (max-width: 768px) {
        .md-tabs .nav-link.active {
          padding: 5px 15px !important; } }

.tab-pane .col {
  margin-top: 20px; }

.tab-pane > div {
  padding: 10px; }

header {
  background: url("../img/Ellipse 6.png") no-repeat;
  background-size: 150px;
  background-position: 100% 0;
  width: 100%;
  /* The progress bar (scroll indicator) */ }
  @media only screen and (max-width: 991px) {
    header {
      height: 70px !important; } }
  header .progress-container {
    width: 100%;
    height: 4px;
    background: #ccc;
    display: block !important;
    display: none !important; }
  header .progress-bar {
    height: 4px;
    background: #1877E2;
    width: 0%; }
  header.navbar {
    box-shadow: none; }
  header.top-nav-collapse {
    background: white !important;
    box-shadow: 0px 13px 27px 9px rgba(0, 0, 0, 0.14); }
    header.top-nav-collapse .progress-container {
      display: block !important; }
    @media only screen and (min-width: 991px) {
      header.top-nav-collapse #topMenu {
        display: none !important; }
        header.top-nav-collapse #topMenu .navbar-brand .logo h1 {
          font-size: 13px; } }
    header.top-nav-collapse #scrollMenu {
      display: block; }
      header.top-nav-collapse #scrollMenu * {
        font-size: 13px; }
        @media only screen and (max-width: 1200px) {
          header.top-nav-collapse #scrollMenu * {
            font-size: 12px; } }
      header.top-nav-collapse #scrollMenu .brand {
        font-size: 12px; }
      header.top-nav-collapse #scrollMenu .badge {
        padding: 0.2em .5em; }
      @media only screen and (max-width: 991px) {
        header.top-nav-collapse #scrollMenu {
          display: none !important; } }
  header .container {
    padding: .5rem; }
  @media (min-width: 768px) {
    header #topMenu.container {
      max-width: 866px; } }
  @media (min-width: 992px) {
    header #topMenu.container {
      max-width: 1117px; } }
  @media (min-width: 1200px) {
    header #topMenu.container {
      max-width: 1250px; } }
  header #topMenu #topHeader {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px; }
    @media only screen and (max-width: 991px) {
      header #topMenu #topHeader {
        height: 100% !important; } }
    @media only screen and (max-width: 991px) {
      header #topMenu #topHeader .navbar-brand {
        position: absolute;
        left: 69%; } }
    header #topMenu #topHeader .navbar-brand .logo {
      display: flex;
      align-items: center; }
      header #topMenu #topHeader .navbar-brand .logo h1 {
        font-size: 16px; }
      @media only screen and (max-width: 991px) {
        header #topMenu #topHeader .navbar-brand .logo img {
          width: 45px !important; } }
  header #topMenu #mainMenuMobile .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #1877E2 0%, #2360D7 100%);
    overflow-x: hidden;
    padding-top: 10px;
    transition: 0.5s;
    border-radius: 20px 0 0 20px; }
    header #topMenu #mainMenuMobile .sidenav .closebtn {
      position: absolute;
      top: 10px;
      left: 14px;
      background: white;
      border-radius: 5px;
      font-size: 20px;
      transition: 0.3s;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      header #topMenu #mainMenuMobile .sidenav .closebtn i {
        color: #1877E2; }
    header #topMenu #mainMenuMobile .sidenav .navbar-brand figure h1 {
      font-size: 13px !important; }
    header #topMenu #mainMenuMobile .sidenav .item-menu {
      height: calc(100% - 180px);
      overflow-y: auto; }
      header #topMenu #mainMenuMobile .sidenav .item-menu li a {
        display: flex;
        align-items: center;
        padding: 10px;
        color: white; }
        header #topMenu #mainMenuMobile .sidenav .item-menu li a span:nth-of-type(1) {
          width: 35px;
          height: 35px;
          border-radius: 50%;
          border: 1px solid white;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 10px;
          font-size: 15px; }
        header #topMenu #mainMenuMobile .sidenav .item-menu li a:hover {
          background: #2360d7;
          box-shadow: 2px 6px 16px 7px #ffffff24; }
    header #topMenu #mainMenuMobile .sidenav .contact {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 77px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      background: linear-gradient(#1877E2, #212353); }
      header #topMenu #mainMenuMobile .sidenav .contact span, header #topMenu #mainMenuMobile .sidenav .contact a, header #topMenu #mainMenuMobile .sidenav .contact i {
        color: white; }
      header #topMenu #mainMenuMobile .sidenav .contact > span {
        font-size: 16px; }
  header #topMenu #mainMenuMobile #main {
    transition: margin-left .5s;
    padding: 20px; }
  header #topMenu #mainMenu {
    position: relative;
    width: 100%; }
    header #topMenu #mainMenu:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background-color: #1877E2; }
    header #topMenu #mainMenu ul li {
      width: 13%;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1200px) and (min-width: 991px) {
        header #topMenu #mainMenu ul li {
          width: 15%; }
          header #topMenu #mainMenu ul li a {
            font-size: 12px; } }
      header #topMenu #mainMenu ul li > a, header #topMenu #mainMenu ul li .btn-group > a {
        width: 100%;
        color: #1877E2 !important;
        font-family: sahel-bold;
        border: 3px solid #1877E2 !important;
        background: white !important;
        padding: 10px 3px; }
        header #topMenu #mainMenu ul li > a:hover, header #topMenu #mainMenu ul li .btn-group > a:hover {
          background: #1877E2 !important;
          color: white !important; }
      header #topMenu #mainMenu ul li.active a {
        background: #1877E2 !important;
        color: white !important; }
  header #scrollMenu {
    display: none; }
    @media only screen and (max-width: 1400px) {
      header #scrollMenu * {
        font-size: 14px; } }
    header #scrollMenu #serviceLi > div {
      width: 82px !important; }
    header #scrollMenu ul {
      display: flex; }
      header #scrollMenu ul li {
        width: auto; }
        header #scrollMenu ul li > a, header #scrollMenu ul li .dropdown-toggle {
          width: 100%;
          color: #1877E2 !important;
          font-family: sahel-bold;
          background: white !important;
          padding: 10px 13px;
          border-radius: 5px; }
          @media only screen and (max-width: 1400px) {
            header #scrollMenu ul li > a, header #scrollMenu ul li .dropdown-toggle {
              padding: 11px !important; } }
          header #scrollMenu ul li > a:hover, header #scrollMenu ul li .dropdown-toggle:hover {
            background: #1877E2 !important;
            color: white !important; }
    header #scrollMenu #topNav ul {
      padding: 0 !important;
      transform: translateY(10px); }
      header #scrollMenu #topNav ul li {
        padding: 0 6px !important; }
        header #scrollMenu #topNav ul li a {
          background: transparent !important; }
  header #topNav ul {
    display: flex;
    padding-top: 19px;
    padding-right: 33px; }
    header #topNav ul li {
      padding: 13px; }
      header #topNav ul li a {
        color: #212353 !important;
        font-weight: bold; }
        header #topNav ul li a:hover {
          background: transparent !important;
          color: #1877E2 !important; }
  header .dropdown-menu {
    padding: 0;
    min-width: 16rem; }
    @media only screen and (max-width: 768px) {
      header .dropdown-menu {
        min-width: 100%; } }
  header .dropdown-item {
    text-align: right;
    border: none !important;
    font: 14px sahel;
    color: #212353 !important;
    padding-right: 10px;
    height: 100%; }
    header .dropdown-item:hover {
      border-right: 5px solid #1877E2 !important;
      background: rgba(24, 119, 226, 0.18) !important; }
  header .btn-outline-primary {
    background: white !important;
    border: 3px solid #1877E2 !important; }
    header .btn-outline-primary:focus, header .btn-outline-primary:hover {
      background: white !important; }
  header .btn-outline-primary:not([disabled]):not(.disabled):active, header .btn-outline-primary:not([disabled]):not(.disabled).active, header .show > .btn-outline-primary.dropdown-toggle {
    background: white !important; }

main {
  margin-top: 200px;
  margin-bottom: 200px; }
  @media only screen and (max-width: 991px) {
    main {
      margin-top: 70px; } }
  main #homePage #onlineCons {
    height: calc(100vh - 200px);
    position: relative; }
    @media only screen and (max-width: 768px) {
      main #homePage #onlineCons {
        height: calc(100vh - 70px) !important; } }
    main #homePage #onlineCons .row > div:nth-of-type(2) {
      order: 0; }
      @media only screen and (max-width: 768px) {
        main #homePage #onlineCons .row > div:nth-of-type(2) {
          order: -1; } }
    main #homePage #onlineCons h2 {
      text-shadow: 0px 10px 11px rgba(140, 140, 140, 0.59);
      font-size: 2vw;
      color: #212353;
      line-height: 1.5; }
      @media only screen and (max-width: 691px) {
        main #homePage #onlineCons h2 {
          font-size: 15px !important; } }
    @media only screen and (max-width: 691px) {
      main #homePage #onlineCons p {
        font-size: 14px; } }
    main #homePage #onlineCons a {
      color: white; }
  main #homePage #services {
    padding-top: 150px;
    background: url("../img/Ellipse 5.png") no-repeat;
    background-size: 280px;
    background-position: 0% -10%; }
    main #homePage #services .servicesSlider {
      border-radius: 50px;
      background: #1877E2;
      padding: 20px; }
      main #homePage #services .servicesSlider h2 {
        color: white;
        padding: 30px; }
        @media only screen and (max-width: 691px) {
          main #homePage #services .servicesSlider h2 {
            font-size: 19px;
            padding: 10px; } }
      main #homePage #services .servicesSlider .controls-top a {
        color: white;
        background: url(../img/arrowS.png) no-repeat;
        height: 20px;
        width: 70px;
        display: inline-block;
        transition: .01s !important; }
        main #homePage #services .servicesSlider .controls-top a:hover {
          background: url(../img/arrowL.png) no-repeat;
          transform: rotate(180deg); }
        main #homePage #services .servicesSlider .controls-top a.arrow-left {
          transform: rotate(180deg);
          margin-right: 15px; }
          main #homePage #services .servicesSlider .controls-top a.arrow-left:hover {
            transform: rotate(0deg); }
      main #homePage #services .servicesSlider .carousel-indicators {
        right: unset !important;
        margin: 0;
        margin-left: 4%;
        margin-bottom: 30px; }
        main #homePage #services .servicesSlider .carousel-indicators li {
          background-color: white;
          width: 10px;
          height: 10px;
          line-height: unset !important;
          list-style: none !important; }
          main #homePage #services .servicesSlider .carousel-indicators li.active {
            background-color: #212353 !important;
            width: 13px;
            height: 13px; }
      main #homePage #services .servicesSlider .carousel-multi-item {
        margin-bottom: 0; }
        @media only screen and (max-width: 691px) {
          main #homePage #services .servicesSlider .carousel-multi-item {
            min-height: 420px; } }
        main #homePage #services .servicesSlider .carousel-multi-item .carousel-inner {
          padding-bottom: 0; }
        main #homePage #services .servicesSlider .carousel-multi-item .md-card .card {
          height: 404px;
          /*                            height: 90%;
*/
          margin-bottom: 25px;
          border-radius: 20px;
          padding: 5px 14px;
          position: relative;
          z-index: 999;
          box-shadow: 0 8px #6a9cfe; }
          main #homePage #services .servicesSlider .carousel-multi-item .md-card .card .card-body {
            padding: 13px !important;
            height: 100%;
            /*   .btn-white {
                                    margin-top: 26px !important;
                                }*/ }
            main #homePage #services .servicesSlider .carousel-multi-item .md-card .card .card-body .card-title {
              text-align: center;
              position: relative;
              font: 14px sahel-bold; }
              main #homePage #services .servicesSlider .carousel-multi-item .md-card .card .card-body .card-title:after {
                content: "";
                position: absolute;
                width: 150px;
                height: 3px;
                right: 50%;
                left: 50%;
                transform: translate(50%, 50%);
                top: 35px;
                border-radius: 20px;
                background-color: #1877E2;
                transition: .4s; }
            main #homePage #services .servicesSlider .carousel-multi-item .md-card .card .card-body:hover .card-title:after {
              width: 50px; }
            main #homePage #services .servicesSlider .carousel-multi-item .md-card .card .card-body .card-text {
              margin-top: 30px;
              color: #6c757d !important;
              text-align: right;
              font: 13px sahel;
              line-height: 1.75;
              height: 65%;
              list-style-type: arabic-indic !important;
              list-style-position: inside !important; }
            main #homePage #services .servicesSlider .carousel-multi-item .md-card .card .card-body ol {
              padding-right: 0; }
        main #homePage #services .servicesSlider .carousel-multi-item .accordion .card {
          border-radius: 6px !important; }
          main #homePage #services .servicesSlider .carousel-multi-item .accordion .card .card-header {
            text-align: right; }
            main #homePage #services .servicesSlider .carousel-multi-item .accordion .card .card-header * {
              color: #212353 !important; }
            main #homePage #services .servicesSlider .carousel-multi-item .accordion .card .card-header i {
              float: left; }
            main #homePage #services .servicesSlider .carousel-multi-item .accordion .card .card-header span {
              font-size: 13px; }
          main #homePage #services .servicesSlider .carousel-multi-item .accordion .card .card-text {
            font-size: 12px; }
            main #homePage #services .servicesSlider .carousel-multi-item .accordion .card .card-text li {
              margin-bottom: 12px; }
  main #homePage #onlineTest {
    padding-top: 76px !important; }
    @media only screen and (max-width: 768px) {
      main #homePage #onlineTest {
        padding-top: 0px !important; } }
    main #homePage #onlineTest p {
      font-size: 14px;
      line-height: 2.5; }
      @media only screen and (max-width: 768px) {
        main #homePage #onlineTest p {
          font-size: 12px;
          line-height: 2; } }
    @media only screen and (max-width: 768px) {
      main #homePage #onlineTest p ~ .btn-rounded {
        display: none; } }
  main #homePage #AllworkShop, main #homePage #AllBook {
    padding-top: 100px;
    background-position: 0% -150px; }
    @media only screen and (max-width: 768px) {
      main #homePage #AllworkShop, main #homePage #AllBook {
        background-position: 0% 3%;
        padding-top: 45px; } }
  main #knowledge .kn {
    position: relative;
    width: 100%;
    /*
            @media screen and (max-width: 990.9px) and (min-width: 768.1px) {
                background: red;
                width: 380px;
            }

            @media only screen and (min-width:1200px) {
                width: 543px;
            }*/ }
    main #knowledge .kn figcaption {
      position: absolute;
      top: 25px;
      right: 6px;
      width: 56%;
      height: 99%;
      padding: 0 10px 5px 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      main #knowledge .kn figcaption .kn-title {
        line-height: 1.5; }
        @media only screen and (max-width: 768px) {
          main #knowledge .kn figcaption .kn-title {
            font-size: 12px !important; } }
      main #knowledge .kn figcaption .kn-desc {
        font: 13px/2 sahel;
        overflow: hidden;
        height: 151px; }
        @media only screen and (max-width: 768px) {
          main #knowledge .kn figcaption .kn-desc {
            font: 12px/2 sahel;
            height: 97px !important;
            overflow: hidden; } }
        @media screen and (max-width: 990.9px) and (min-width: 768.1px) {
          main #knowledge .kn figcaption .kn-desc {
            height: 104px !important; } }
        main #knowledge .kn figcaption .kn-desc::after {
          content: "...";
          display: inline-block;
          width: 10px;
          height: 9px;
          left: 17px;
          color: inherit; }
      main #knowledge .kn figcaption .longStory {
        font-size: 14px; }
        @media only screen and (max-width: 600px) {
          main #knowledge .kn figcaption .longStory {
            font-size: 13px; } }
  main #contactUs .contact-sec {
    position: relative;
    width: 100%;
    height: 1250px; }
    @media only screen and (max-width: 768px) {
      main #contactUs .contact-sec {
        height: 1490px; } }
    main #contactUs .contact-sec .contactUs-main {
      position: absolute;
      right: 0;
      top: 70px;
      height: 100%;
      width: 90%;
      z-index: 999;
      border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        main #contactUs .contact-sec .contactUs-main {
          width: 95% !important;
          right: 2.5%;
          top: 30px; } }
      main #contactUs .contact-sec .contactUs-main .contactUs-form {
        margin-top: 20px; }
        main #contactUs .contact-sec .contactUs-main .contactUs-form form {
          width: 100%; }
        main #contactUs .contact-sec .contactUs-main .contactUs-form iframe {
          width: 100%;
          height: 100%; }
        main #contactUs .contact-sec .contactUs-main .contactUs-form input {
          border: 2px solid #a7a9ac !important; }
        main #contactUs .contact-sec .contactUs-main .contactUs-form label {
          color: #212353; }
          @media only screen and (max-width: 768px) {
            main #contactUs .contact-sec .contactUs-main .contactUs-form label {
              font-size: 13px; } }
        @media only screen and (max-width: 768px) {
          main #contactUs .contact-sec .contactUs-main .contactUs-form small {
            font-size: 12px; } }
        main #contactUs .contact-sec .contactUs-main .contactUs-form textarea {
          padding: 5px !important;
          border-radius: 5px;
          border: 2px solid #a7a9ac !important; }
          main #contactUs .contact-sec .contactUs-main .contactUs-form textarea:focus {
            outline: none !important; }
    main #contactUs .contact-sec::before {
      content: "";
      position: absolute;
      width: 411px;
      height: 380px;
      background: #2360D7;
      display: block;
      top: 0;
      left: 0;
      border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        main #contactUs .contact-sec::before {
          width: 100% !important; } }
  main #contactUs .contactUs-info {
    background: white;
    border-radius: 10px;
    padding: 20px 10px;
    color: #212353; }
    @media only screen and (max-width: 768px) {
      main #contactUs .contactUs-info .col-md-4 {
        margin-bottom: 40px; }
        main #contactUs .contactUs-info .col-md-4 i {
          margin-bottom: 20px; } }
    main #contactUs .contactUs-info .col-md-4 > div {
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      height: 100%; }
      main #contactUs .contactUs-info .col-md-4 > div address {
        line-height: 2em; }
      main #contactUs .contactUs-info .col-md-4 > div * {
        text-align: center;
        color: #212353; }
  main .pagination {
    background: white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    direction: ltr;
    padding-top: 5px; }
    main .pagination li {
      margin-left: 5px;
      margin-right: 5px; }
      @media only screen and (max-width: 768px) {
        main .pagination li {
          margin: 0; }
          main .pagination li span {
            margin: 0;
            min-width: 20px;
            font-size: 12px; } }
      main .pagination li a {
        border-radius: 10px;
        background: transparent;
        box-shadow: none;
        color: #212353;
        text-shadow: none;
        display: flex;
        justify-content: center;
        height: 35px;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          main .pagination li a {
            margin: 0;
            font-size: 12px;
            min-width: 27px !important; } }
        main .pagination li a:hover {
          background: #1877E2 !important;
          color: #fff;
          border-radius: 10px; }
      main .pagination li.active span {
        background: #1877E2 !important;
        height: 35px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px !important; }
        @media only screen and (max-width: 768px) {
          main .pagination li.active span {
            height: 30px !important;
            width: 23px !important; } }
        main .pagination li.active span:hover {
          background: #1877E2 !important;
          color: #fff;
          border-radius: 10px !important; }
      main .pagination li.PagedList-skipToLast, main .pagination li.PagedList-skipToFirst {
        /*           background: #FFFFFF;
                box-shadow: 0px 30px 60px rgba(57, 57, 57, 0.4);
                border-radius: 10px;
                text-align: center;*/ }
  main .w-item {
    background: white;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px; }
    main .w-item .top-header, main .w-item .capacity {
      color: #a7a9ac;
      font: 12px sahel; }
      main .w-item .top-header li, main .w-item .capacity li {
        margin-left: 10px; }
    main .w-item figure {
      height: 250px;
      background: #F5F5F8;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
    main .w-item .w-content .info-item {
      overflow: hidden; }
      main .w-item .w-content .info-item h6 {
        color: #2360D7;
        line-height: 1.8;
        font-size: 14px;
        height: 30px; }
      main .w-item .w-content .info-item ul {
        height: 150px;
        margin-top: 10px;
        margin-bottom: 20px; }
        main .w-item .w-content .info-item ul li {
          line-height: 2.5;
          font-size: 13px;
          font-weight: 600; }
          @media only screen and (max-width: 768px) {
            main .w-item .w-content .info-item ul li {
              font-size: 12px; } }
          main .w-item .w-content .info-item ul li i {
            color: #a7a9ac; }
    main .w-item .w-content .btn {
      padding: 7px; }
      @media only screen and (max-width: 768px) {
        main .w-item .w-content .btn {
          font-size: 12px; } }
    main .w-item .w-content img {
      height: 100% !important; }
  main #register {
    background: #1877E2 url("../img/register1.png") no-repeat;
    background-position: left bottom;
    height: auto;
    background-size: 39%; }
    @media only screen and (max-width: 991px) {
      main #register {
        /*height: calc(100vh - 70px);*/
        height: 100%;
        padding-bottom: 170px; }
        main #register p {
          font-size: 12px;
          line-height: 2; }
        main #register h5 {
          font-size: 16px; }
        main #register input {
          background: white !important; } }
  main .registerForm, main .contactUs-form {
    padding: 50px;
    padding-top: 0; }
    @media only screen and (max-width: 768px) {
      main .registerForm, main .contactUs-form {
        padding: 0px; }
        main .registerForm input, main .contactUs-form input {
          padding: 4px !important; } }
    main .registerForm fieldset, main .contactUs-form fieldset {
      display: flex;
      flex-direction: column;
      align-items: start;
      margin-bottom: 23px; }
      main .registerForm fieldset label, main .contactUs-form fieldset label {
        color: white; }
    main .registerForm i, main .contactUs-form i {
      font-size: 8px;
      margin-right: 5px;
      transform: translateY(-8px); }
  main input {
    outline: none !important;
    border: 2px solid white;
    border-radius: 5px !important;
    background: TRANSPARENT !important;
    height: 40px !important;
    padding: 8px; }
  main textarea {
    border-radius: 5px !important; }
  main #resume .card-person {
    border-radius: 20px;
    background: #1877E2;
    min-height: 400px;
    height: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; }
    main #resume .card-person * {
      color: white; }
    main #resume .card-person .card-name {
      text-align: center; }
      @media screen and (max-width: 990.9px) and (min-width: 768.1px) {
        main #resume .card-person .card-name h5 {
          font-size: 16px; }
        main #resume .card-person .card-name strong {
          font-size: 13px; } }
    main #resume .card-person .counter-cons {
      width: 100%;
      text-align: center;
      background: white;
      font-size: 17px; }
      @media only screen and (max-width: 768px) {
        main #resume .card-person .counter-cons {
          font-size: 15px; } }
      @media screen and (max-width: 990.9px) and (min-width: 768.1px) {
        main #resume .card-person .counter-cons {
          font-size: 13px; } }
    main #resume .card-person .card-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      @media screen and (max-width: 990.9px) and (min-width: 768.1px) {
        main #resume .card-person .card-footer {
          font-size: 14px; } }
  main #resume .info-person {
    border-radius: 20px;
    padding-top: 40px;
    background: white;
    min-height: 440px;
    height: auto; }
    main #resume .info-person .md-tabs {
      border-radius: unset !important;
      box-shadow: unset !important; }
      @media only screen and (max-width: 768px) {
        main #resume .info-person .md-tabs {
          display: flex;
          justify-content: space-between; } }
      main #resume .info-person .md-tabs .nav-link {
        width: fit-content;
        color: #1877E2; }
        @media only screen and (max-width: 768px) {
          main #resume .info-person .md-tabs .nav-link {
            font-size: 13px; } }
        main #resume .info-person .md-tabs .nav-link.active {
          background: #212353 !important;
          color: white !important;
          padding: 5px 25px !important;
          border-radius: 50px; }
          @media only screen and (max-width: 768px) {
            main #resume .info-person .md-tabs .nav-link.active {
              padding: 5px 15px !important; } }
    main #resume .info-person .tab-pane .col {
      margin-top: 20px; }
    main #resume .info-person .tab-pane > div {
      padding: 10px; }
    main #resume .info-person .tab-pane.resume-person {
      color: #212353;
      line-height: 2;
      font-size: 15px; }
      main #resume .info-person .tab-pane.resume-person ul {
        list-style-type: circle;
        list-style-position: inside !important; }
        main #resume .info-person .tab-pane.resume-person ul li {
          margin-bottom: 5px; }
      main #resume .info-person .tab-pane.resume-person h5 {
        font-size: 20px; }
      @media only screen and (max-width: 768px) {
        main #resume .info-person .tab-pane.resume-person {
          font-size: 12px; }
          main #resume .info-person .tab-pane.resume-person h5 {
            font: 15px sahel-bold; } }
      @media screen and (max-width: 990.9px) and (min-width: 768.1px) {
        main #resume .info-person .tab-pane.resume-person {
          font-size: 14px; }
          main #resume .info-person .tab-pane.resume-person h5 {
            font: 16px sahel-bold; } }
    main #resume .info-person .tab-pane.responseTimes .dayItem {
      border-radius: 20px;
      background: white;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      height: 100px; }
      @media only screen and (max-width: 768px) {
        main #resume .info-person .tab-pane.responseTimes .dayItem {
          height: 50px;
          font-size: 12px; } }
      main #resume .info-person .tab-pane.responseTimes .dayItem > span {
        color: #1877E2; }
      main #resume .info-person .tab-pane.responseTimes .dayItem > div span {
        color: #212353; }
      main #resume .info-person .tab-pane.responseTimes .dayItem.deactive {
        justify-content: space-around;
        background: #cecece; }
        main #resume .info-person .tab-pane.responseTimes .dayItem.deactive span {
          color: #a7a9ac !important; }
  main .comments {
    border-radius: 20px;
    padding-top: 40px;
    min-height: 440px;
    height: auto; }
    main .comments .md-tabs {
      border-radius: 6px !important;
      box-shadow: unset !important; }
      @media only screen and (max-width: 768px) {
        main .comments .md-tabs {
          display: flex;
          justify-content: space-between; } }
      main .comments .md-tabs .nav-link {
        width: fit-content;
        color: #1877E2; }
        @media only screen and (max-width: 768px) {
          main .comments .md-tabs .nav-link {
            font-size: 13px; } }
        main .comments .md-tabs .nav-link.active {
          background: #212353 !important;
          color: white !important;
          padding: 5px 25px !important;
          border-radius: 50px; }
          @media only screen and (max-width: 768px) {
            main .comments .md-tabs .nav-link.active {
              padding: 5px 15px !important; } }
    main .comments .tab-content {
      background: url("../img/comments.png") no-repeat;
      background-position: 5%;
      background-size: 25%;
      border-radius: 6px; }
      main .comments .tab-content .insert-comment input {
        border: 2px solid #a7a9ac !important; }
      main .comments .tab-content .insert-comment label {
        /*color: $color-darkBlue;*/
        font-size: 12px; }
        @media only screen and (max-width: 768px) {
          main .comments .tab-content .insert-comment label {
            font-size: 13px; } }
      main .comments .tab-content .insert-comment .choose-btn div {
        display: flex;
        align-items: center;
        justify-content: center; }
        main .comments .tab-content .insert-comment .choose-btn div i {
          margin-left: 3px; }
      @media only screen and (max-width: 768px) {
        main .comments .tab-content .insert-comment .choose-btn {
          height: 50px;
          font-size: 13px; } }
      main .comments .tab-content .insert-comment textarea {
        padding: 20px;
        color: gray;
        border: 3px solid #a7a9ac;
        width: 100%;
        filter: drop-shadow(0px 5px 5px rgba(75, 93, 104, 0.1));
        border-radius: 30px; }
        main .comments .tab-content .insert-comment textarea:focus {
          outline: none !important; }
        @media only screen and (max-width: 768px) {
          main .comments .tab-content .insert-comment textarea {
            height: 84px;
            padding: 14px;
            font-size: 12px; } }
      main .comments .tab-content .tab-pane .col {
        margin-top: 20px; }
      main .comments .tab-content .tab-pane > div {
        padding: 10px; }
      main .comments .tab-content .tab-pane.resume-person {
        color: #212353;
        line-height: 2; }
        @media only screen and (max-width: 768px) {
          main .comments .tab-content .tab-pane.resume-person {
            font-size: 12px; }
            main .comments .tab-content .tab-pane.resume-person h5 {
              font: 15px sahel-bold; } }
        @media screen and (max-width: 990.9px) and (min-width: 768.1px) {
          main .comments .tab-content .tab-pane.resume-person {
            font-size: 14px; }
            main .comments .tab-content .tab-pane.resume-person h5 {
              font: 16px sahel-bold; } }
      main .comments .tab-content .tab-pane.responseTimes .dayItem {
        border-radius: 20px;
        background: white;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 100px; }
        @media only screen and (max-width: 768px) {
          main .comments .tab-content .tab-pane.responseTimes .dayItem {
            height: 50px;
            font-size: 12px; } }
        main .comments .tab-content .tab-pane.responseTimes .dayItem > span {
          color: #1877E2; }
        main .comments .tab-content .tab-pane.responseTimes .dayItem > div span {
          color: #212353; }
        main .comments .tab-content .tab-pane.responseTimes .dayItem.deactive {
          justify-content: space-around;
          background: #cecece; }
          main .comments .tab-content .tab-pane.responseTimes .dayItem.deactive span {
            color: #a7a9ac !important; }
    main .comments .comment-item figure {
      display: flex;
      align-items: center; }
      main .comments .comment-item figure img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-left: 20px; }
        @media only screen and (max-width: 768px) {
          main .comments .comment-item figure img {
            font-size: 12px;
            width: 50px;
            height: 50px; } }
    @media only screen and (max-width: 768px) {
      main .comments .comment-item span, main .comments .comment-item p {
        font-size: 13px; } }
    main .comments .comment-item li {
      font: 12px sahel;
      color: #a7a9ac;
      display: flex;
      align-items: center; }
  main #listOfConsultants .list-item {
    background: white;
    border-radius: 25px;
    padding: 18px 0px 0px 0;
    min-height: 173px;
    position: relative; }
    main #listOfConsultants .list-item > a {
      display: block;
      position: absolute;
      height: 100%;
      height: 100%; }
    @media only screen and (max-width: 991px) {
      main #listOfConsultants .list-item .body-item {
        text-align: center; } }
    main #listOfConsultants .list-item .body-item h6 {
      color: #212353; }
    main #listOfConsultants .list-item .body-item small {
      font-family: sahel; }
    main #listOfConsultants .list-item .body-item p, main #listOfConsultants .list-item .body-item .description ul {
      height: 56px;
      line-height: 1.75;
      overflow: hidden;
      font: 15px sahel;
      color: #a7a9ac;
      margin-top: 10px;
      margin-bottom: 0;
      list-style: circle;
      justify-content: flex-start !important; }
      main #listOfConsultants .list-item .body-item p li, main #listOfConsultants .list-item .body-item .description ul li {
        margin-left: 30px; }
      @media only screen and (max-width: 991px) {
        main #listOfConsultants .list-item .body-item p, main #listOfConsultants .list-item .body-item .description ul {
          font-size: 12px;
          height: 66px; } }
    main #listOfConsultants .list-item .body-item .price ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 991px) {
        main #listOfConsultants .list-item .body-item .price ul {
          flex-direction: column; } }
      main #listOfConsultants .list-item .body-item .price ul * {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      main #listOfConsultants .list-item .body-item .price ul li span {
        font: 12px sahel;
        color: #212353; }
        main #listOfConsultants .list-item .body-item .price ul li span:nth-child(2n) {
          font-weight: bold; }
    main #listOfConsultants .list-item .btn-rounded {
      width: 100% !important; }
    main #listOfConsultants .list-item .btn-light {
      padding: 2px 10px;
      font: 12px sahel;
      width: auto; }
  main #listOfConsultants .filter-list {
    background: white;
    border-radius: 25px;
    padding: 18px; }
    main #listOfConsultants .filter-list .form-check-input[type="checkbox"] + label {
      padding-right: 35px !important; }
    main #listOfConsultants .filter-list .form-check-input[type="checkbox"] + label:before, main #listOfConsultants .filter-list .form-check-input[type="checkbox"]:not(.filled-in) + label:after, main #listOfConsultants .filter-list label.btn input[type="checkbox"] + label:before, main #listOfConsultants .filter-list label.btn input[type="checkbox"]:not(.filled-in) + label:after {
      left: unset !important;
      right: 0; }
    main #listOfConsultants .filter-list li {
      font-size: 14px;
      margin-bottom: 5px; }
      @media screen and (max-width: 990.9px) and (min-width: 768.1px) {
        main #listOfConsultants .filter-list li {
          font-size: 12px; } }
    @media screen and (max-width: 1200px) and (min-width: 991px) {
      main #listOfConsultants .filter-list h5 {
        font-size: 18px; } }
  main .benefit {
    background: url("../img/bg-ben.png") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0; }
    main .benefit .benefit-item {
      width: 100%;
      margin-bottom: 10px;
      height: 200px;
      border-radius: 20px;
      background: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
      padding: 10px; }
  main .progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative; }
    @media only screen and (max-width: 768px) {
      main .progress {
        width: 60px;
        height: 60px; } }
    @media only screen and (max-width: 768px) {
      main .progress + span {
        font-size: 12px; } }
  main .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0; }
  main .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  main .progress .progress-left {
    left: 0; }
  main .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0; }
  main .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left; }
  main .progress .progress-right {
    right: 0; }
  main .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards; }
  main .progress .progress-value {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%; }
    @media only screen and (max-width: 768px) {
      main .progress .progress-value {
        font-size: 16px;
        line-height: 52px; } }
  main .progress.blue, main .progress.yellow {
    background: transparent !important; }
  main .progress.blue .progress-bar {
    border-color: #1877E2; }
  main .progress.blue .progress-value {
    color: #1877E2; }
  main .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s; }
  main .progress.yellow .progress-bar {
    border-color: #fdba04; }
  main .progress.yellow .progress-value {
    color: #fdba04; }
  main .progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s; }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg); } }

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg); } }

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg); } }
  @media only screen and (max-width: 990px) {
    main .progress {
      margin-bottom: 20px; } }
  main #AllworkShop, main #AllBook, main #listOfConsultants {
    background: url("../img/Ellipse 8.png") no-repeat;
    background-size: 73%;
    background-position: 0% 100px; }
    @media only screen and (max-width: 768px) {
      main #AllworkShop, main #AllBook, main #listOfConsultants {
        background-position: 0% 9%; } }
    main #AllworkShop .search-workshop, main #AllworkShop .search-book, main #AllworkShop .search-dr, main #AllBook .search-workshop, main #AllBook .search-book, main #AllBook .search-dr, main #listOfConsultants .search-workshop, main #listOfConsultants .search-book, main #listOfConsultants .search-dr {
      min-height: 250px;
      background: #1877E2 url("../img/pattern.webp") repeat;
      background-size: 150px;
      background-position: 100% 0;
      width: 100%;
      position: relative;
      text-align: center;
      position: relative; }
      main #AllworkShop .search-workshop .title, main #AllworkShop .search-book .title, main #AllworkShop .search-dr .title, main #AllBook .search-workshop .title, main #AllBook .search-book .title, main #AllBook .search-dr .title, main #listOfConsultants .search-workshop .title, main #listOfConsultants .search-book .title, main #listOfConsultants .search-dr .title {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: white; }
        @media only screen and (max-width: 768px) {
          main #AllworkShop .search-workshop .title, main #AllworkShop .search-book .title, main #AllworkShop .search-dr .title, main #AllBook .search-workshop .title, main #AllBook .search-book .title, main #AllBook .search-dr .title, main #listOfConsultants .search-workshop .title, main #listOfConsultants .search-book .title, main #listOfConsultants .search-dr .title {
            font-size: 20px; } }
      main #AllworkShop .search-workshop input, main #AllworkShop .search-book input, main #AllworkShop .search-dr input, main #AllBook .search-workshop input, main #AllBook .search-book input, main #AllBook .search-dr input, main #listOfConsultants .search-workshop input, main #listOfConsultants .search-book input, main #listOfConsultants .search-dr input {
        height: 45px;
        color: #495057;
        background: white !important;
        padding: 0px 14px !important; }
        @media only screen and (max-width: 768px) {
          main #AllworkShop .search-workshop input, main #AllworkShop .search-book input, main #AllworkShop .search-dr input, main #AllBook .search-workshop input, main #AllBook .search-book input, main #AllBook .search-dr input, main #listOfConsultants .search-workshop input, main #listOfConsultants .search-book input, main #listOfConsultants .search-dr input {
            font-size: 12px;
            padding: 0px 14px 0 0 !important; } }
        main #AllworkShop .search-workshop input::placeholder, main #AllworkShop .search-book input::placeholder, main #AllworkShop .search-dr input::placeholder, main #AllBook .search-workshop input::placeholder, main #AllBook .search-book input::placeholder, main #AllBook .search-dr input::placeholder, main #listOfConsultants .search-workshop input::placeholder, main #listOfConsultants .search-book input::placeholder, main #listOfConsultants .search-dr input::placeholder {
          color: #6E747A; }
      main #AllworkShop .search-workshop .md-form input, main #AllworkShop .search-book .md-form input, main #AllworkShop .search-dr .md-form input, main #AllBook .search-workshop .md-form input, main #AllBook .search-book .md-form input, main #AllBook .search-dr .md-form input, main #listOfConsultants .search-workshop .md-form input, main #listOfConsultants .search-book .md-form input, main #listOfConsultants .search-dr .md-form input {
        background: white !important;
        padding: 0px 4px; }
      main #AllworkShop .search-workshop .md-form .dropdown-content li, main #AllworkShop .search-book .md-form .dropdown-content li, main #AllworkShop .search-dr .md-form .dropdown-content li, main #AllBook .search-workshop .md-form .dropdown-content li, main #AllBook .search-book .md-form .dropdown-content li, main #AllBook .search-dr .md-form .dropdown-content li, main #listOfConsultants .search-workshop .md-form .dropdown-content li, main #listOfConsultants .search-book .md-form .dropdown-content li, main #listOfConsultants .search-dr .md-form .dropdown-content li {
        text-align: right; }
  main #workShopItem .workshop-info, main #service-page .workshop-info, main #knowledge-page .workshop-info {
    border-radius: 15px;
    color: #212353;
    min-height: 200px;
    position: relative;
    background: white; }
    main #workShopItem .workshop-info::before, main #service-page .workshop-info::before, main #knowledge-page .workshop-info::before {
      content: "";
      position: absolute;
      background: url("../img/pattern.webp") repeat;
      opacity: 0.08;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0; }
    main #workShopItem .workshop-info .info-title, main #service-page .workshop-info .info-title, main #knowledge-page .workshop-info .info-title {
      border-bottom: 2px solid #eeee;
      padding: 20px 20px 10px;
      color: #212353; }
    main #workShopItem .workshop-info li, main #service-page .workshop-info li, main #knowledge-page .workshop-info li {
      margin-bottom: 10px;
      font: 16px sahel; }
      main #workShopItem .workshop-info li i, main #service-page .workshop-info li i, main #knowledge-page .workshop-info li i {
        color: #a7a9ac; }
  main #workShopItem .contact .btn, main #service-page .contact .btn, main #knowledge-page .contact .btn {
    border-radius: 15px !important;
    margin-top: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: white; }
  main #workShopItem img {
    height: 300px !important; }
  main #knowledge-page * {
    font-family: sahel !important; }
  main .item-content:nth-child(1) .top-header-item:nth-of-type(1) {
    margin-top: 0px !important; }
  main .item-content .top-header-item {
    height: 60px;
    padding: 19px 21px;
    background: white;
    box-shadow: 0px 30px 60px rgba(57, 57, 57, 0.1);
    border-radius: 10px;
    color: #1877E2;
    margin-top: 25px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      main .item-content .top-header-item {
        min-height: 45px;
        height: auto;
        padding: 11px; }
        main .item-content .top-header-item .card-title {
          font-size: 15px;
          margin: 0; } }
  @media only screen and (max-width: 768px) {
    main .item-content h5 {
      font-size: 16px;
      line-height: 1.5; } }
  main .item-content figure {
    min-height: 300px;
    max-height: 495px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%); }
    main .item-content figure .fa-camera {
      color: #797979; }
    main .item-content figure img {
      border-radius: 10px; }
      @media only screen and (min-width: 768px) {
        main .item-content figure img.img-thumbnail {
          padding: 0 !important; } }
    @media only screen and (max-width: 768px) {
      main .item-content figure {
        max-height: 269px; } }
  main .item-content .course-topics {
    padding: 15px 21px;
    background: white;
    border-radius: 10px; }
    main .item-content .course-topics ol, main .item-content .course-topics ul {
      padding-right: 0;
      list-style-position: inside; }
    @media only screen and (max-width: 768px) {
      main .item-content .course-topics p {
        font-size: 13px; } }
    main .item-content .course-topics li {
      list-style: circle;
      list-style-position: inside;
      color: #1877E2;
      font-weight: bold !important; }
      main .item-content .course-topics li span, main .item-content .course-topics li strong {
        color: #212353;
        font: 16px sahel;
        /*font-weight: bold !important;*/
        padding-right: 5px; }
        @media only screen and (max-width: 768px) {
          main .item-content .course-topics li span, main .item-content .course-topics li strong {
            font: 13px sahel; } }
      main .item-content .course-topics li a strong {
        color: #1877E2 !important; }
        main .item-content .course-topics li a strong:hover {
          color: #1877E2 !important; }
  main .item-content article {
    background: white;
    border-radius: 10px;
    padding: 15px 21px;
    text-align: justify !important;
    line-height: 2.25; }
    @media only screen and (min-width: 768px) {
      main .item-content article {
        padding: 20px 43px; } }
    main .item-content article p, main .item-content article dd {
      font-size: 16px;
      color: #212353;
      font-family: sahel !important; }
      @media only screen and (max-width: 768px) {
        main .item-content article p, main .item-content article dd {
          font-size: 13px; } }
    @media only screen and (max-width: 768px) {
      main .item-content article dd {
        margin-right: 20px; } }
    main .item-content article li {
      font: 15px sahel-bold;
      color: #797979;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        main .item-content article li {
          font: 12px sahel-bold; } }
    main .item-content article ol, main .item-content article ul {
      list-style-position: inside;
      padding-right: 0; }
      main .item-content article ol.list-dark > li, main .item-content article ul.list-dark > li {
        margin-top: 10px;
        font-size: 16px;
        color: #212353 !important; }
        @media only screen and (max-width: 768px) {
          main .item-content article ol.list-dark > li, main .item-content article ul.list-dark > li {
            font: 13px sahel-bold; } }
        main .item-content article ol.list-dark > li ul, main .item-content article ul.list-dark > li ul {
          list-style: circle;
          list-style-position: inside; }
  @media only screen and (max-width: 991px) {
    main #cart-page p {
      font-size: 12px;
      line-height: 2; } }
  @media only screen and (max-width: 768px) {
    main #cart-page .total-sec > * {
      font-size: 13px; } }
  main #cart-page .total {
    border-bottom-left-radius: 15px;
    background: #1877E2;
    height: 60px;
    text-align: center;
    line-height: 4;
    display: flex;
    justify-content: space-around; }
    main #cart-page .total span, main #cart-page .total small {
      color: white; }
    @media only screen and (max-width: 768px) {
      main #cart-page .total {
        border-bottom-right-radius: 15px;
        line-height: 4.5;
        color: white;
        font-size: 13px; } }
    @media only screen and (min-width: 768px) {
      main #cart-page .total.top-total {
        position: absolute;
        left: 14px;
        bottom: 0; } }
  main #cart-page .discount {
    border-radius: 15px;
    color: #212353;
    min-height: 220px;
    position: relative;
    background: #d8d8d8;
    margin-top: 20px;
    padding: 40px;
    z-index: 999; }
    @media only screen and (max-width: 991px) {
      main #cart-page .discount {
        padding: 20px; }
        main #cart-page .discount small {
          font-size: 12px; } }
    main #cart-page .discount::before {
      content: "";
      position: absolute;
      background: url("../img/pattern.webp") round;
      opacity: 0.1;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      z-index: -1; }
    main #cart-page .discount input {
      padding: 24px 12px; }
  main #cart-page #register {
    background: white url("../img/register.png") no-repeat;
    background-position: left bottom;
    height: 100%;
    background-size: 39%; }
    main #cart-page #register input, main #cart-page #register textarea {
      border: 2px solid #a7a9ac; }
    main #cart-page #register label {
      color: #212353 !important; }
      @media only screen and (max-width: 768px) {
        main #cart-page #register label {
          font-size: 13px;
          margin-right: 3px; } }
    main #cart-page #register .field-validation-error {
      font-size: 13px;
      margin-top: 2px;
      margin-right: 3px;
      color: #ff3547 !important; }
    @media only screen and (max-width: 991px) {
      main #cart-page #register {
        background-size: 64%;
        padding-bottom: 170px; }
        main #cart-page #register p {
          font-size: 12px;
          line-height: 2; }
        main #cart-page #register h5 {
          font-size: 16px; }
        main #cart-page #register input {
          background: white !important; } }
  main #cart-page .btn-success {
    font: 1.2rem sahel-bold !important; }
    @media only screen and (max-width: 991px) {
      main #cart-page .btn-success {
        font: 1rem sahel-bold !important; } }
  main .cart-items {
    background: white;
    border-radius: 15px; }
    main .cart-items .header-table {
      height: 70px;
      border-bottom: 2px solid #1877E2;
      line-height: 4;
      padding-right: 25px;
      padding-left: 25px; }
      main .cart-items .header-table span {
        color: #1877E2 !important; }
      @media only screen and (max-width: 991px) {
        main .cart-items .header-table {
          font-size: 14px;
          line-height: 5.5; } }
    main .cart-items .row-item {
      border-bottom: 1px solid #a7a9ac;
      padding: 25px;
      font-size: 15px; }
      @media only screen and (max-width: 991px) {
        main .cart-items .row-item {
          font-size: 13px; } }
      main .cart-items .row-item:nth-last-of-type(1) {
        border-bottom: none !important; }
      main .cart-items .row-item .delete-item {
        cursor: pointer;
        padding: 0;
        padding-right: 23px; }
    main .cart-items .show-cart {
      font-size: 16px; }
  main #aboutUs {
    font: 16px sahel; }
    main #aboutUs h5 {
      font: 18px sahel-bold; }
    main #aboutUs .header-title h4 {
      font: 25px sahel-bold !important; }
    main #aboutUs li {
      margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      main #aboutUs {
        font-size: 13px; }
        main #aboutUs .header-title {
          padding-right: 23px !important; }
          main #aboutUs .header-title h4 {
            font: 14px sahel-bold !important; } }
    main #aboutUs .ourTeam {
      background: url("../img/Ellipse 8.png") no-repeat;
      background-size: 73%;
      background-position: 0% -111px; }
      @media only screen and (max-width: 768px) {
        main #aboutUs .ourTeam {
          background-position: 0% 9%; } }
      main #aboutUs .ourTeam .card.testimonial-card .avatar {
        /*                        border: 5px solid $color-blue !important;
*/
        width: 150px; }
      @media only screen and (max-width: 768px) {
        main #aboutUs .ourTeam .card .card-body {
          padding: 0.25rem !important; } }
      main #aboutUs .ourTeam .card .card-body .card-title {
        font-family: sahel-bold;
        padding: 0.5rem !important; }
        @media only screen and (max-width: 768px) {
          main #aboutUs .ourTeam .card .card-body .card-title {
            font-size: 20px;
            padding-bottom: 10px !important; } }
      main #aboutUs .ourTeam .card .card-body .card-info {
        height: 75px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        main #aboutUs .ourTeam .card .card-body .card-info p {
          margin: 0;
          font-size: 15px; }
        main #aboutUs .ourTeam .card .card-body .card-info::after {
          content: '';
          position: absolute;
          width: 220px;
          left: calc(50% - 110px);
          height: 3px;
          bottom: 0;
          background: #1877E2; }
          @media only screen and (max-width: 768px) {
            main #aboutUs .ourTeam .card .card-body .card-info::after {
              width: 150px;
              left: calc(50% - 75px); } }

#service-page .breadcrumb {
  list-style-type: none !important; }

.select-wrapper span.caret {
  position: absolute;
  top: 1rem;
  right: 98%;
  font-size: .8rem;
  color: #1877E2;
  z-index: 99;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .select-wrapper span.caret {
      right: 93%; } }

.counter-book {
  width: 98px; }
  .counter-book .btn {
    top: unset !important; }
  .counter-book .opration {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: black;
    padding: 0;
    box-shadow: none; }
    @media only screen and (max-width: 768px) {
      .counter-book .opration {
        width: 172px; } }

footer {
  clear: both;
  position: relative;
  margin-top: -137px;
  border-top: 5px solid #aa66cc0f;
  background: url("../img/Ellipse 9.png") no-repeat;
  background-size: 350px;
  background-position: left bottom; }
  footer .top-footer .navbar-brand .logo {
    display: flex;
    align-items: center; }
  footer .top-footer .navbar-brand figcaption {
    font-size: 15px;
    margin-right: 10px;
    color: #212353; }
    @media only screen and (max-width: 768px) {
      footer .top-footer .navbar-brand figcaption {
        font-size: 12px; } }
  footer .info-toloo {
    position: relative;
    height: 100%; }
    footer .info-toloo li, footer .info-toloo p {
      font-size: 12px;
      color: #212353;
      display: flex;
      align-items: start;
      margin-bottom: 25px; }
      footer .info-toloo li i, footer .info-toloo p i {
        font-size: 20px;
        color: #a7a9ac;
        margin-left: 10px; }
      footer .info-toloo li a, footer .info-toloo p a {
        color: inherit; }
        footer .info-toloo li a:hover, footer .info-toloo p a:hover {
          color: #1877E2; }
    footer .info-toloo .copyRight {
      position: absolute;
      bottom: 10px;
      right: 0;
      left: 0;
      font-size: 12px; }
      footer .info-toloo .copyRight a {
        color: #a7a9ac; }
        footer .info-toloo .copyRight a:hover {
          color: #1877E2; }
  footer .services li {
    margin-bottom: 5px; }
    footer .services li a {
      font: 14px sahel;
      color: #212353; }
      footer .services li a:hover {
        color: #1877E2;
        font-weight: bold; }
  footer .btn-floating {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center; }
    footer .btn-floating i {
      font-size: 17px; }

.social ul {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap; }
  .social ul .btn-floating {
    background: #e0e0e8;
    margin: 5px; }
    .social ul .btn-floating i {
      color: #2360D7 !important; }
      @media only screen and (max-width: 768px) {
        .social ul .btn-floating i {
          font-size: 12px !important; } }
    .social ul .btn-floating:hover {
      background: #2360D7; }
      .social ul .btn-floating:hover i {
        color: #e0e0e8 !important; }

.social .aparat {
  background: #e0e0e8 url("../img/aparat.png") no-repeat !important;
  background-position: center center !important; }
  .social .aparat:hover {
    background: #2360D7 url("../img/aparat1.png") no-repeat !important;
    background-position: center center !important; }

.show-cart li {
  display: flex; }

.card {
  margin-bottom: 20px; }

.card-img-top {
  width: 200px;
  height: 200px;
  align-self: center; }

.btn-block {
  width: 100% !important; }

.modal-cart .show-cart {
  font-size: 13px; }

.modal figure {
  width: 117px;
  height: 141px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .modal figure {
      width: 70px;
      height: 80px; } }
  .modal figure img {
    width: 100%;
    height: 100%; }

@media (min-width: 992px) {
  .modal .modal-lg, .modal .modal-xl {
    max-width: 704px; }
    .modal .modal-lg h6, .modal .modal-xl h6 {
      font-size: 15px; } }

.modal .modal-body .btn {
  top: -10px;
  left: 0; }
  .modal .modal-body .btn i {
    font-size: 18px; }

.modal .modal-body p, .modal .modal-body li {
  font-size: 13px; }

.modal .modal-body h6, .modal .modal-body p {
  line-height: 1.5; }

@media only screen and (max-width: 768px) {
  .modal .modal-body h5 {
    font-size: 15px; } }

.modal .modal-body .row-cart {
  padding-top: 18px;
  border-bottom: 1px solid #a7a9ac; }
  .modal .modal-body .row-cart:last-of-type {
    border-bottom: none !important; }

.modal #cartModalDeleted, .modal #cartModalSucDel, .modal #mainCart {
  transform: translateY(-44px); }

.modal #cartModalDeleted, .modal #cartModalSucDel {
  display: none; }

.list-un > li {
  list-style: unset !important; }

.checkItem {
  display: block;
  position: relative !important;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkItem input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkItem input:checked ~ .checkMark:after {
      display: block; }
  .checkItem:hover input ~ .checkMark {
    background-color: #ccc; }
  .checkItem .checkMark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #1877E2;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.checkMark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 5px; }
  .checkMark:after {
    content: "";
    position: absolute;
    display: none; }

.radioItem {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 0;
  border-radius: 20px;
  border: 3px solid #a7a9ac;
  padding: 10px 15px;
  background: transparent;
  width: 100%;
  color: #212353;
  margin-bottom: 8px;
  height: 77px; }
  .radioItem input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radioItem input:checked ~ .radioMark {
      /* border:2px solid $color-mBlue;*/ }
      .radioItem input:checked ~ .radioMark:after {
        display: block; }

.radioMark {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 20px; }
  .radioMark:after {
    content: "";
    position: absolute;
    display: none; }

#btnTop {
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition: background-color .3s;
  z-index: 1000; }
  #btnTop.show {
    display: block; }
  #btnTop img {
    transform: rotate(180deg);
    width: 50px; }
    @media only screen and (max-width: 768px) {
      #btnTop img {
        width: 30px !important; } }
  @media only screen and (max-width: 768px) {
    #btnTop {
      margin: 0;
      right: 0;
      bottom: -10px; } }

#btnTop:hover {
  cursor: pointer; }
